Platform Explorer / Nuxeo Platform 6.0

Operation NuxeoDrive.CreateFolder (Nuxeo Drive: Create folder)

Operation id NuxeoDrive.CreateFolder
Category Services
Label Nuxeo Drive: Create folder
Requires
Since

Parameters

Name Description Type Required Default value
name string yes  
parentId string yes  

Signature

Inputs void
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.drive.operations.NuxeoDriveCreateFolder
Contributing Component org.nuxeo.drive.operations.NuxeoDriveGetRootsOperation

JSON Definition

{
  "id" : "NuxeoDrive.CreateFolder",
  "label" : "Nuxeo Drive: Create folder",
  "category" : "Services",
  "requires" : null,
  "description" : null,
  "url" : "NuxeoDrive.CreateFolder",
  "signature" : [ "void", "blob" ],
  "params" : [ {
    "name" : "name",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "parentId",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}